PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractJavaScriptFragments Method
In This Topic
    extractJavaScriptFragments Method
    In This Topic
    Extracts the JavaScript code from the PDF file.
    Syntax
    public PDFJavaScriptBlockCollection extractJavaScriptFragments()

    Return Value

    The collection of JavaScript fragments in the PDF file.
    See Also